projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86e11b
)
(gdb_array_mark_flag): Define.
author
Andreas Schwab
<schwab@suse.de>
Sat, 15 May 2004 16:42:55 +0000
(16:42 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 15 May 2004 16:42:55 +0000
(16:42 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index d363a468eea76ecc7c90cf93f67a70105b77eb55..3fbf20c5031c58d3410c2e5439486e2738de9175 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-104,6
+104,7
@@
EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
EMACS_INT gdb_data_seg_bits = 0;
#endif
EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;
+EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG;
/* Command line args from shell, as list of strings. */
Lisp_Object Vcommand_line_args;